te{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333;
}
body{
    position: relative;
    font-size: 14px;
    color: #333;
}
/*-fuzhu--------------*/
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
.img-cover{
    object-fit: cover;
}
.img-contain{
    object-fit: contain;
}
.dis-hidden{
    display: none !important;
}
.transition-03s{
    transition: all 0.3s;
}
.transition-05s{
    transition: all 0.5s;
}
.transition-08s{
    transition: all 0.8s;
}
.overflow-hidden{
    overflow: hidden !important;
}
.text-nowrap-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clamp2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.clamp3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.clamp4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
.img-hover{
    transform: scale(1.1,1.1);
}
/*-header---------------*/
.header{
    display: flex;
    align-items: center;
    height: 150px;
    background-color: #0046aa;
}
.header .mylogo-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .mylogo-box .mylogo-left{

}
.header .mylogo-box .mylogo-left a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.header .mylogo-box .mylogo-left .mylogo-ys2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.header .mylogo-box .mylogo-left .mylogo-ys2 .mylogo-icon{

}
.header .mylogo-box .mylogo-left .mylogo-ys2 .mylogo-icon i{
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border:1px #ddd solid;
    margin: 0 auto;
}
.header .mylogo-box .mylogo-left .mylogo-ys2 .mylogo-icon span{
    display: block;
    font-size: 14px;
    color: #fff;
}
.header .mylogo-box .mylogo-left .mylogo-ys2 .mylogo-icon1{}
.header .mylogo-box .mylogo-left .mylogo-ys2 .mylogo-icon1 i{
    background-image: url("../myimages/changjia.png");
}
.header .mylogo-box .mylogo-left .mylogo-ys2 .mylogo-icon1 span{}
.header .mylogo-box .mylogo-left .mylogo-ys2 .mylogo-icon2{}
.header .mylogo-box .mylogo-left .mylogo-ys2 .mylogo-icon2 i{
    background-image: url("../myimages/jingyan.png");
}
.header .mylogo-box .mylogo-left .mylogo-ys2 .mylogo-icon2 span{}
.header .mylogo-box .my-logo-right{
    flex-wrap: wrap;
    color: #fff;
    background-image: url("../myimages/tel_white.png");
    background-repeat: no-repeat;
    padding: 0 0 0 4%;
    background-position: left center;
}
.header .mylogo-box .my-logo-right label{
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: justify;
    text-align-last: justify;
}
.header .mylogo-box .my-logo-right p{
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
}
/*--nav-------------*/
.nav{
    height: 92px;
    background-color: #fff;
}
.nav .nav-box{
    width: 100%;
    height: 92px;
}
.nav .nav-box ul{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 92px;
}
.nav .nav-box ul li{
    width: 148.8px;
    height: 100%;
    border-right: 1px #f3f3f3 solid;
}
.nav .nav-box ul li:first-child{
    border-left: 1px #f3f3f3 solid;
}
.nav .nav-box ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    transition: all 0.5s;
}
.nav .nav-box ul li a .nav-pic{
    width: 100%;
    padding: 6px 0;
}
.nav .nav-box ul li a .nav-pic img{
    margin: 0 auto;
    transition: transform 0.2s ease-in-out;
}
.nav .nav-box ul li a p{
    font-size: 16px;
    color: #313131;
}
.nav .nav-box ul li a:hover{
    background-color: #ff9000;
}
.nav .nav-box ul li a:hover .nav-pic img{
    filter: brightness(100);
    transform: rotate(5deg);
    animation: shake 0.5s ease-in-out infinite;
}
.nav .nav-box ul li a:hover p{
    color: #fff;
}

.nav-active a{
    background-color: #ff9000 !important;
}
.nav-active a .nav-pic img{
    filter: brightness(100) !important;;
    transform: rotate(5deg) !important;;
    animation: shake 0.5s ease-in-out infinite;
}
.nav-active a p{
    color: #fff !important;;
}

@keyframes shake {
0% { transform: rotate(5deg); }
50% { transform: rotate(-5deg); }
100% { transform: rotate(5deg); }
}
/*mySwiper1*/
.swiper-banner{

}
.swiper-banner .mySwiper1{
    width: 100%;
    height: 100%;
}
.swiper-banner .mySwiper1 .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.swiper-banner .mySwiper1 .swiper-wrapper .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-banner .mySwiper1 .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*search-form*/
.search-form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 96px;
    background-color: #f4f4f4;
}
.search-form .search-form-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-form .search-form-box .search-form-left{

    display: flex;

    align-items: center;

    justify-content: flex-start;

    width: 50%;

    overflow: hidden;
}
.search-form .search-form-box .search-form-left img{

    padding: 0 15px 0 0;
}
.search-form .search-form-box .search-form-left span{
    font-size: 18px;
    color: #282828;
    font-weight: bold;
}
.search-form .search-form-box .search-form-left a{
    font-size: 14px;
    color: #282828;
    padding: 0 10px;
}
.search-form .search-form-box .search-form-left a:hover{
    color: #0046aa;
}
.search-form .search-form-box .search-form-right{
    width: 50%;
}
.search-form .search-form-box .search-form-right form{

    display: flex;

    align-items: center;

    justify-content: flex-end;
}
.search-form .search-form-box .search-form-right form input{

    width: 264px;

    height: 51px;

    border: 1px #0046aa solid;

    text-indent: 6px;

    color: #0046aa;
}
.search-form .search-form-box .search-form-right form input:focus{
    border: 1px #000 solid;
}
.search-form .search-form-box .search-form-right form a{

    display: flex;

    align-items: center;

    justify-content: center;

    width: 61px;

    height: 53px;

    background-color: #0046aa;
}
.search-form .search-form-box .search-form-right form a img{

}
/*mytitle*/
.mytitle{
    padding: 65px 30px 45px 30px;
}
.mytitle .mytitle-box{}
.mytitle .mytitle-box .mytitle-s1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.mytitle .mytitle-box .mytitle-s1 span:nth-child(1){
    font-size: 34px;
    color: #303030;
    font-weight: bold;
}
.mytitle .mytitle-box .mytitle-s1 span:nth-child(2){
    font-size: 34px;
    color: #303030;
    font-weight: bold;
    padding: 0 15px;
}
.mytitle .mytitle-box .mytitle-s1 span:nth-child(3){
    font-size: 34px;
    color: #0046aa;
    font-weight: bold;
}
.mytitle .mytitle-box .mytitle-s2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mytitle .mytitle-box .mytitle-s2 span:nth-child(1){
    display: block;
    width: 51px;
    height: 1px;
    background-color: #dbdbdb;
    position: relative;
}
.mytitle .mytitle-box .mytitle-s2 span:nth-child(1):after{
    display: block;
    content: '';
    width: 15px;
    height: 1px;
    background-color: #0046aa;
    position: absolute;
    right: 0;
}
.mytitle .mytitle-box .mytitle-s2 span:nth-child(2){
    font-size: 16px;
    color: #6f6f6f;
    padding: 0 15px;
}
.mytitle .mytitle-box .mytitle-s2 span:nth-child(3){
    display: block;
    width: 51px;
    height: 1px;
    background-color: #dbdbdb;
    position: relative;
}
.mytitle .mytitle-box .mytitle-s2 span:nth-child(3):after {
    display: block;
    content: '';
    width: 15px;
    height: 1px;
    background-color: #0046aa;
    position: absolute;
    left: 0;
}
.mytitle .mytitle-box1{}
/*myproduct*/
.myproduct{
    padding: 0 0 40px 0;
}
.myproduct .myproduct-box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.myproduct .myproduct-box .myproduct-menu{
    width: 260px;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-header{
    width: 260px;
    height: 118px;
    background-color: #0046aa;
    position: relative;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-header p{
    font-size: 45px;
    color: #f2f2f2;
    font-weight: bold;
    opacity: 0.1;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 0 0 0;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-header .myproduct-menu-header-sub{
    width: 260px;
    height: 118px;
    position: absolute;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-header .myproduct-menu-header-sub-pic{
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-header .myproduct-menu-header-sub-pic img{

}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-header .myproduct-menu-header-sub-desc{

    padding: 0 0 0 20px;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-header .myproduct-menu-header-sub-desc span:first-child{

    display: block;

    font-size: 26px;

    color: #f2f2f2;

    font-weight: bold;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-header .myproduct-menu-header-sub-desc span:last-child{

    display: block;

    font-size: 12px;

    color: #f2f2f2;

    text-align: center;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-list{
    background-color: #f6f6f6;
    padding: 15px 0 0 0;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-list ul{

}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-list ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    transition: all 0.8s;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-list ul li a{
    width: 80%;
    font-size: 16px;
    color: #303030;
    text-indent: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-list ul li img{

    margin: 0 30px 0 0;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-list ul li:hover{
    background-color: #0046aa;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-list ul li:hover a{
    color: #fff;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-list ul li:hover img{
    filter: brightness(100);
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-foot{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 143px;
    background-image: url("../myimages/product_contact_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-foot .myproduct-menu-foot-pic{

}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-foot .myproduct-menu-foot-pic img{

    #border-radius: 50%;

    #border: 1px #fff solid;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-foot .myproduct-menu-foot-desc{

    padding: 0 10px;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-foot .myproduct-menu-foot-desc p:first-child{
    color: #313131;
    font-size: 14px;
    text-align: justify;
    text-align-last: justify;
    -webkit-text-stroke: 0.3px #fff;
    font-weight: bold;
}
.myproduct .myproduct-box .myproduct-menu .myproduct-menu-foot .myproduct-menu-foot-desc p:last-child{
    color: #313131;
    font-size: 26px;
    font-weight: bold;
    text-align: justify;
    text-align-last: justify;
    -webkit-text-stroke: 1px #fff;
}
.myproduct .myproduct-box .myproduct-list{
    width: 900px;
    display: flex;
    flex-wrap: wrap;
}
.myproduct .myproduct-box .myproduct-list a{
    display: block;
    width: 46%;
    margin-right: 4%;
    margin-bottom: 4%;
    position: relative;
    background-color: #ddd;
}
.myproduct .myproduct-box .myproduct-list a .myproduct-list-pic{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    overflow: hidden;
    /* border: 1px #dbdbdb solid; */
    transition: all 0.5s;
}
.myproduct .myproduct-box .myproduct-list a:hover .myproduct-list-pic{
    border: 1px #0046aa solid;
}
.myproduct .myproduct-box .myproduct-list a .myproduct-list-pic img{
    /* width: 100%; */
    height: 100%;
    /* object-fit: contain; */
    transform: scale(1);
    transition: all 0.5s;
}
.myproduct .myproduct-box .myproduct-list a .myproduct-list-pic:hover img{
    transform: scale(1.1);
}
.myproduct .myproduct-box .myproduct-list a h3{
    width: 93%;
    height: 55px;
    padding: 0 15px;
    text-align: center;
    line-height: 55px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 16px;
    margin: 3px 0 0 0;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
}
.myproduct .myproduct-box .myproduct-list a:hover h3{
    background-color: #0046aa;
    color: #fff;
}
/*myadv1*/
.myadv1{
    height: 269px;
    background-image: url("../myimages/adv1_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.myadv1 .myadv1-box{
    position: relative;
}
.myadv1 .myadv1-box h3{
    font-size: 119px;
    font-weight: bold;
    opacity: 0.1;
    text-transform: uppercase;
    color: #fff;
    line-height: 140px;
}
.myadv1 .myadv1-box p:nth-child(2){
    font-size: 30px;
    font-weight: bold;
    color: #f2f2f2;
    margin: -90px 0 0 0;
}
.myadv1 .myadv1-box p:nth-child(3){
    font-size: 30px;
    font-weight: bold;
    color: #f2f2f2;
}
.myadv1 .myadv1-box p:nth-child(4){
    font-size: 14px;
    font-weight: bold;
    color: #f2f2f2;
    opacity: 0.4;
    text-transform: uppercase;
}
.myadv1 .myadv1-box .myadv1-line1{
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 15px 0 10px 0;
}
.myadv1 .myadv1-box .myadv1-desc{

    display: flex;

    align-items: center;
}
.myadv1 .myadv1-box .myadv1-desc span{
    font-size: 16px;
    font-weight: bold;
    color: #f2f2f2;
    margin: 0 20px 0 0;
}
.myadv1 .myadv1-box .myadv1-desc a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 46px;
    background-image: url("../myimages/msg_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.5s;
}
.myadv1 .myadv1-box .myadv1-desc a:hover{
    background-image: none;
    background-color: #0046aa;
}
.myadv1 .myadv1-box .myadv1-desc a img{
    margin: 0 6px;
    cursor: pointer;
}
.myadv1 .myadv1-box .myadv1-desc a label{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.myadv1 .myadv1-box .myadv1-desc a:hover label{
    color: #fff;
    font-weight: lighter;
}
/*mytitle2*/
.mytitle2{
    background-color: #eaedf2;
}
/*myyoushi*/
.myyoushi{
    background-color: #eaedf2;
    padding: 0 0 80px 0;
}
.myyoushi .myyoushi-box{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.myyoushi .myyoushi-box .myyoushi-left{
    min-height: 321px;
    display: flex;
}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-pic{}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-pic img{}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-list{}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-list ul{
    padding: 15px 0 0 50px;
}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-list ul li{

}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-list ul li:nth-child(1){
    padding: 0 0 30px 0;
}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-list ul li .myyoushi-left-list-item{
    display: flex;
    padding: 15px 0;
}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-list ul li .myyoushi-left-list-item .myyoushi-left-list-num{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    width: 51px;
    height: 44px;
    background-image: url("../myimages/nums_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-list ul li .myyoushi-left-list-item .myyoushi-left-list-num span{
    display: block;
    width: 100%;
    height: 26px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-list ul li .myyoushi-left-list-item .myyoushi-left-list-num .myyoushi-left-list-line{
    width: 36px;
    height: 4px;
    background-color: #ff9000;
}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-list ul li .myyoushi-left-list-item h3{
    font-size: 28px;
    color: #2b2b2b;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.myyoushi .myyoushi-box .myyoushi-left .myyoushi-left-list ul li p{
    font-size: 14px;
    color: #6e6e6e;
    text-align: justify;
}

.myyoushi .myyoushi-box .myyoushi-right{
    min-height: 321px;
    display: flex;
}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-pic{}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-pic img{}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-list{}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-list ul{
    padding: 40px 50px 0 0;
}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-list ul li{}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-list ul li:nth-child(1){
    padding: 0 0 30px 0;
}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-list ul li .myyoushi-right-list-item{
    display: flex;
    padding: 15px 0;
}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-list ul li .myyoushi-right-list-item .myyoushi-right-list-num{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    width: 51px;
    height: 44px;
    background-image: url("../myimages/nums_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-list ul li .myyoushi-right-list-item .myyoushi-right-list-num span{
    display: block;
    width: 100%;
    height: 26px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-list ul li .myyoushi-right-list-item .myyoushi-right-list-num .myyoushi-right-list-line{
    width: 36px;
    height: 4px;
    background-color: #ff9000;
}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-list ul li .myyoushi-right-list-item h3{
    font-size: 28px;
    color: #2b2b2b;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.myyoushi .myyoushi-box .myyoushi-right .myyoushi-right-list ul li p{
    font-size: 14px;
    color: #6e6e6e;
    text-align: justify;
}
.myyoushi .myyoushi-box .tingyuandeng{
    position: absolute;
    bottom: -35px;
    right: -130px;
}
.myyoushi .myyoushi-box .tingyuandeng img{}
/*mycompany*/
.mycompany{
    padding: 0 0 80px 0;
}
.mycompany .mycompany-box {}
.mycompany .mycompany-box .mycompany-box-s1{display: flex;background-color: #eaedf2;height: 346px;}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-left{
    width: 50%;
    height: 100%;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-left img{
    width: 100%;
    height: 100%;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right{
    width: 50%;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item{}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-header{display: flex;align-items: center;padding: 30px 20px 30px 20px;}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-header span:first-child{
    width: 167px;
    height: 48px;
    background-color: #0046aa;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-header span:last-child{
    font-size: 22px;
    color: #4d4d4d;
    margin: 0 0 0 15px;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-desc{
    font-size: 14px;
    color: #4d4d4d;
    padding: 0 20px 0 20px;
    line-height: 26px;
    text-align: justify;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-desc:hover{
    color: #333;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-foot{
    display: flex;
    align-items: center;
    margin: 40px 0 0 20px;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-left{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 338px;
    height: 46px;
    border: 1px #b6b6b6 solid;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-left img{}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-left span:nth-child(2){
    font-size: 14px;
    color: #4b4b4b;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-left span:nth-child(3){
    font-size: 20px;
    color: #3b3b3b;
    font-weight: bold;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-right{margin: 0 20px 0 20px;}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-right a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 46px;
    background-color: #0046aa;
    transition: all 0.5s;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-right a:hover {
    background-color: #ff9000;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-right a img{
    margin: 0 6px;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-right a span{
    color: #fff;
    font-size: 14px;
}
.mycompany .mycompany-box .mycompany-box-s1 .mycompany-box-s1-right .mycompany-box-s1-right-item .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-right a:hover span{
    font-weight: lighter;
}
/*mycompany-si*/
.mycompany-si{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
}
.mycompany-si .mycompany-si-item{
    display: flex;
    align-items: center;
}
.mycompany-si .mycompany-si-item .mycompany-si-item-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color: #ddd;
    border-radius: 50%;
}
.mycompany-si .mycompany-si-item .mycompany-si-item-pic img{
}
.mycompany-si .mycompany-si-item .mycompany-si-item-desc {
    padding: 0 15px;
}
.mycompany-si .mycompany-si-item .mycompany-si-item-desc h3{
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2d;
}
.mycompany-si .mycompany-si-item .mycompany-si-item-desc p{
    font-size: 12px;
    color: #686868;
    text-transform: uppercase;
}
.mycompany-si .mycompany-si-item:nth-child(1) .mycompany-si-item-pic{
    background-color: #02489d;
}
.mycompany-si .mycompany-si-item:nth-child(2) .mycompany-si-item-pic{
    background-color: #c2eff4;
}
.mycompany-si .mycompany-si-item:nth-child(3) .mycompany-si-item-pic{
    background-color: #ef530f;
}
.mycompany-si .mycompany-si-item:nth-child(4) .mycompany-si-item-pic{
    background-color: #ff9000;
}
/*mycase-list*/
.mycase-list{

}
.mycase-list .mycase-list-swiper1{
    width: 100%;
    height: 275px;
}
.mycase-list .mycase-list-swiper1 .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.mycase-list .mycase-list-swiper1 .swiper-wrapper .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mycase-list .mycase-list-swiper1 .swiper-wrapper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.mycase-list .mycase-list-swiper1 .swiper-wrapper .swiper-slide a .mycase-list-pic{
    height: 275px;
    overflow: hidden;
    position: relative;
}
.mycase-list .mycase-list-swiper1 .swiper-wrapper .swiper-slide a .mycase-list-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1.0);
}
.mycase-list .mycase-list-swiper1 .swiper-wrapper .swiper-slide a:hover .mycase-list-pic img{
    transform: scale(1.1);
}
.mycase-list .mycase-list-swiper1 .swiper-wrapper .swiper-slide a .mycase-list-pic p{
    width: 92.3%;
    height: 55px;
    line-height: 55px;
    position: absolute;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    padding: 0 15px;
    text-align: center;
    bottom: 0;
    z-index: 2;
}
.mycase-list .mycase-list-swiper1 .swiper-wrapper .swiper-slide a:hover .mycase-list-pic p{
    
}
/*mynews*/
.mynews{
    background-color: #eaedf2;
    padding: 0 0 80px 0;
}
.mynews .mynews-box{
    display: flex;
    justify-content: space-between;
}
.mynews .mynews-box .mynews-left{
    width: 552px;
}
.mynews .mynews-box .mynews-left a{}
.mynews .mynews-box .mynews-left .mynews-first{
    height: 310px;
    position: relative;
}
.mynews .mynews-box .mynews-left .mynews-first .mynews-first-pic{
    width: 100%;
    height: 100%;
}
.mynews .mynews-box .mynews-left .mynews-first .mynews-first-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.mynews .mynews-box .mynews-left .mynews-first:hover .mynews-first-pic img{
    
}
.mynews .mynews-box .mynews-left .mynews-first .mynews-first-desc{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 66px;
    background-color: rgba(0,0,0,0.8);
    transition: all 0.8s;
}
.mynews .mynews-box .mynews-left .mynews-first .mynews-first-desc p{
    font-size: 16px;
    color: #fff;
    line-height: 66px;
    text-indent: 25px;
    padding: 0 15px 0 0;
}
.mynews .mynews-box .mynews-left .mynews-first:hover .mynews-first-desc{
    background-color: #0046aa;
}
.mynews .mynews-box .mynews-left .mynews-first:hover .mynews-first-desc p{
    color: #fff;
}
.mynews .mynews-box .mynews-left .mynews-list1{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
    gap: 20px;
}
.mynews .mynews-box .mynews-left .mynews-list1 a{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-image: url("../myimages/news_rj.png");
    background-repeat: no-repeat;
}
.mynews .mynews-box .mynews-left .mynews-list1 a span{}
.mynews .mynews-box .mynews-left .mynews-list1 a span:nth-child(1){
    width: 80%;
    margin: 0 0 0 30px;
    font-size: 14px;
    color: #525252;
}
.mynews .mynews-box .mynews-left .mynews-list1 a span:nth-child(2){
    width: 20%;
    font-size: 14px;
    color: #525252;
    text-align: right;
}
.mynews .mynews-box .mynews-left .mynews-list1 a:hover{
    
}

.mynews .mynews-box .mynews-left .mynews-list1 a:hover span:nth-child(1){
    color: #0046aa !important;
}
.mynews .mynews-box .mynews-left .mynews-list1 a:hover span:nth-child(2){
    color: #333 !important;
}
.mynews .mynews-box .mynews-right{
    width: 600px;
}
.mynews .mynews-box .mynews-right a{
    display: block;
    border-bottom: 1px #dedede solid;
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
}
.mynews .mynews-box .mynews-right a .mynews-right-item{
    display: flex;
    justify-content: space-between;
}
.mynews .mynews-box .mynews-right a .mynews-right-item .mynews-right-item-left{
    width: 350px;
}
.mynews .mynews-box .mynews-right a .mynews-right-item .mynews-right-item-left h3{
    font-size: 18px;
    color: #474747;
    font-weight: bold;
    padding: 10px 0;
}
.mynews .mynews-box .mynews-right a:hover .mynews-right-item .mynews-right-item-left h3{
    color: #0046aa;
}
.mynews .mynews-box .mynews-right a .mynews-right-item .mynews-right-item-left p{
    font-size: 14px;
    color: #888888;
}
.mynews .mynews-box .mynews-right a:hover .mynews-right-item .mynews-right-item-left p{
    color: #333;
}
.mynews .mynews-box .mynews-right a .mynews-right-item .mynews-right-item-left span{
    display: block;
    font-size: 14px;
    color: #989898;
    padding: 10px 0;
}
.mynews .mynews-box .mynews-right a:hover .mynews-right-item .mynews-right-item-left span{
    color: #333;
}
.mynews .mynews-box .mynews-right a .mynews-right-item .mynews-right-item-right{
    width: 200px;
}
.mynews .mynews-box .mynews-right a .mynews-right-item .mynews-right-item-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.mynews .mynews-box .mynews-right a:hover .mynews-right-item .mynews-right-item-right img{
    
}
/*myfoot*/
.myfoot{
    height: 448px;
    background-image: url("../myimages/foot_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.myfoot .myfoot-box{}
.myfoot .myfoot-box .myfoot-s1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 55px 0;
}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item1{
    width: 140px;
}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item1 h3{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item1 p{
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item2{
    display: flex;
    align-items: center;
    width: 775px;
}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item2 a{
    display: block;
    width: 112px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item2 a:hover{
    border-bottom: 2px #ddd solid;
}
.active-myfoot-s1-item2{
    border-bottom: 2px #ddd solid !important;
}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item3{
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item3 .myfoot-s1-item3-pic{}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item3 .myfoot-s1-item3-pic img{}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item3 .myfoot-s1-item3-desc{}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item3 .myfoot-s1-item3-desc label{
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: justify;
    text-align-last: justify;
    color: #fff;
}
.myfoot .myfoot-box .myfoot-s1 .myfoot-s1-item3 .myfoot-s1-item3-desc p{
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}
.myfoot .myfoot-box .myfoot-s2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.myfoot .myfoot-box .myfoot-s2 .myfoot-s2-left{}
.myfoot .myfoot-box .myfoot-s2 .myfoot-s2-left p{
    display: flex;
    align-items: center;
    padding: 6px 0;
}
.myfoot .myfoot-box .myfoot-s2 .myfoot-s2-left p img{
    width: 15px;
    margin: 0 10px 0 0;
}
.myfoot .myfoot-box .myfoot-s2 .myfoot-s2-left p label{
    font-size: 14px;
    color: #fff;
    padding: 0 6px 0 6px;
}
.myfoot .myfoot-box .myfoot-s2 .myfoot-s2-left p span{
    font-size: 14px;
    color: #fff;
}
.myfoot .myfoot-box .myfoot-s2 .myfoot-s2-right{}
.myfoot .myfoot-box .myfoot-s2 .myfoot-s2-right .myfoot-s2-right-pic{
    width: 162px;
    height: 162px;
}
.myfoot .myfoot-box .myfoot-s2 .myfoot-s2-right .myfoot-s2-right-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*myfoot-bottom*/
.myfoot-bottom{
    display: flex;
    align-items: center;
    height: 66px;
    background-color: #04449e;
}
.myfoot-bottom .myfoot-bottom-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.myfoot-bottom .myfoot-bottom-box .myfoot-bottom-left{}
.myfoot-bottom .myfoot-bottom-box .myfoot-bottom-left span{
    font-size: 14px;
    color: #fff;
}
.myfoot-bottom .myfoot-bottom-box .myfoot-bottom-left a{
    font-size: 14px;
    color: #fff;
}
.myfoot-bottom .myfoot-bottom-box .myfoot-bottom-right{}
.myfoot-bottom .myfoot-bottom-box .myfoot-bottom-right a{
    font-size: 14px;
    color: #fff;
}
/*mynbanner*/
.mynbanner{
    display: flex;
    align-items: center;
    height: 400px;
    background-repeat: no-repeat;
}
.mynbanner .mynbanner-box{}
.mynbanner .mynbanner-box h2{
    font-size: 117px;
    color: #fff;
    font-weight: bold;
    opacity: 0.2;
    text-transform: uppercase;
    text-align: center;
}
.mynbanner .mynbanner-box h3{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: -80px 0 0 0;
}
.mynbanner .mynbanner-box p{
    width: 296px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-image: url("../myimages/nb_f.png");
    background-repeat: no-repeat;
    margin: 15px auto 15px;
}
/*mycrumbs*/
.mycrumbs{
    background-color: #f4f4f4;
    padding: 30px 0;
}
.mycrumbs .mycrumbs-location{
    background-image: url("../myimages/location.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 0 0 0 30px;
    color: #282828;
    font-size: 16px;
}
.mycrumbs .mycrumbs-location a{}
/*myabout*/
.myabout{
    display: flex;
    padding: 80px 0;
}
.myabout .myabout-box{
    display: flex;
}
.myabout .myabout-box .myabout-left{
    width: 409px;
    height: 464px;
    position: relative;
}
.myabout .myabout-box .myabout-left img{}
.myabout .myabout-box .myabout-left .myabout-left-pic{
    width: 252px;
    height: 153px;
    position: absolute;
    bottom: -7px;
    right: -7px;
}
.myabout .myabout-box .myabout-left .myabout-left-pic img{}
.myabout .myabout-box  .myabout-right{
    width: 751px;
    padding: 0 0 0 40px;
}
.myabout .myabout-box  .myabout-right .myabout-right-s1{
    display: flex;
    align-items: center;
}
.myabout .myabout-box  .myabout-right .myabout-right-s1 span:first-child{
    display: block;
    width: 167px;
    height: 48px;
    background-color: #0046aa;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
}
.myabout .myabout-box  .myabout-right .myabout-right-s1 span:last-child{
    font-size: 22px;
    color: #4d4d4d;
    padding: 0 0 0 15px;
}
.myabout .myabout-box  .myabout-right h2{
    font-size: 32px;
    color: #262626;
    font-weight: bold;
    padding: 10px 0;
}
.myabout .myabout-box  .myabout-right small{
    font-size: 18px;
    color: #464646;
    padding: 0 0 10px 0;
}
.myabout .myabout-box  .myabout-right .myabout-right-line1{
    width: 87px;
    height: 2px;
    background-color: #f1f1f1;
    position: relative;
    margin: 10px 0 10px 0;
}
.myabout .myabout-box  .myabout-right .myabout-right-line1:after{
    display: block;
    content: '';
    width: 18px;
    height: 2px;
    background-color: #0046aa;
    left: 0;
}
.myabout .myabout-box  .myabout-right .myabout-right-desc{
    font-size: 16px;
    color: #646465;
    text-align: justify;
}
.myabout .myabout-box  .myabout-right .mycompany-box-s1-right-item-foot{
    display: flex;
    align-items: center;
    margin: 40px 0 0 0;
}
.myabout .myabout-box  .myabout-right .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-left{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 338px;
    height: 48px;
    border: 1px #b6b6b6 solid;
    background-color: #eaedf2;
}
.myabout .myabout-box  .myabout-right .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-left img{}
.myabout .myabout-box  .myabout-right .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-left span:nth-child(2){
    font-size: 14px;
    color: #4b4b4b;
}
.myabout .myabout-box  .myabout-right .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-left span:nth-child(3){
    font-size: 20px;
    color: #3b3b3b;
    font-weight: bold;
}
.myabout .myabout-box  .myabout-right .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-right{
    margin: 0 20px 0 10px;
}
.myabout .myabout-box  .myabout-right .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-right a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 46px;
    background-color: #0046aa;
    border: 1px #0046aa solid;
    transition: all 0.5s;
}
.myabout .myabout-box  .myabout-right .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-right a:hover{
    background-color: #ef530f;
    border: 1px #ef530f solid;
}
.myabout .myabout-box  .myabout-right .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-right a img{
    margin: 0 6px;
}
.myabout .myabout-box  .myabout-right .mycompany-box-s1-right-item-foot .mycompany-box-s1-right-item-foot-right a span{
    color: #fff;
    font-size: 14px;
}
/*myabout mysi*/
.myabout .mysi{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px 0 0 0;
}
.myabout .mysi .mysi-item{
}
.myabout .mysi .mysi-item .mysi-pic{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin: 0 auto;
}
.myabout .mysi .mysi-item:nth-child(1) .mysi-pic{
    background-color: #02489d;
}
.myabout .mysi .mysi-item:nth-child(2) .mysi-pic{
    background-color: #c2eff4;
}
.myabout .mysi .mysi-item:nth-child(3) .mysi-pic{
    background-color: #ef530f;
}
.myabout .mysi .mysi-item:nth-child(4) .mysi-pic{
    background-color: #ff9000;
}
.myabout .mysi .mysi-item .mysi-pic img{}
.myabout .mysi .mysi-item h2{
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2d;
    white-space: nowrap;
    text-align: center;
    margin: 15px 0 0 0;
}
.myabout .mysi .mysi-item p{
    font-size: 12px;
    color: #686868;
    white-space: nowrap;
    text-align: center;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}
/*mytitle3*/
.mytitle3{

}
.mytitle3 .mytitle-box3{}
/*mytitle4*/
.mytitle4{
    background-color: #eaedf2;
}
.mytitle4 .mytitle-box4{}
/*mytuijian*/
.mytuijian{
    background-color: #eaedf2;
    padding: 0 0 80px 0;
}
.mytuijian .mytuijian-swiper1{
}
.mytuijian .mytuijian-swiper1 .swiper-wrapper{

}
.mytuijian .mytuijian-swiper1 .swiper-wrapper .swiper-slide{
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mytuijian .mytuijian-swiper1 .swiper-wrapper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.5s;
}
.mytuijian .mytuijian-swiper1 .swiper-wrapper .swiper-slide a:hover{
    background-color: #333;
}
.mytuijian .mytuijian-swiper1 .swiper-wrapper .swiper-slide a .mytuijian-pic{
    overflow: hidden;
    height: 319px;
    background-color: #fff;
    position: relative;
    margin: 0 0 6px 0;
}
.mytuijian .mytuijian-swiper1 .swiper-wrapper .swiper-slide a .mytuijian-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}
.mytuijian .mytuijian-swiper1 .swiper-wrapper .swiper-slide a:hover .mytuijian-pic img{
    filter: brightness(80%);
}
.mytuijian .mytuijian-swiper1 .swiper-wrapper .swiper-slide a p{
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    text-align: center;
    color: #303030;
    padding: 0 15px;
    background-color: #fff;
    transition: all 0.5s;
}
.mytuijian .mytuijian-swiper1 .swiper-wrapper .swiper-slide a:hover p{
    background-color: #0046aa;
    color: #fff;
}
/*mycontact*/
.mycontact{
    padding: 0 0 80px 0;
}
.mycontact .mycontact-box{}
.mycontact .mycontact-box .mycontact-s1{
    padding: 80px 0 60px 0;
}
.mycontact .mycontact-box .mycontact-s1 ul{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.mycontact .mycontact-box .mycontact-s1 ul li{
    display: flex;
    border-right: 1px #e9e9e9 solid;
}
.mycontact .mycontact-box .mycontact-s1 ul li:last-child{
    border-right: none;
}
.mycontact .mycontact-box .mycontact-s1 ul li .mycontact-s1-title{
    width: 64px;
    height: 58px;
    background-color: #0046aa;
    border-radius: 8px;
}
.mycontact .mycontact-box .mycontact-s1 ul li .mycontact-s1-title p{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 58px;
}
.mycontact .mycontact-box .mycontact-s1 ul li .mycontact-s1-desc{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
    margin: 0 0 0 15px;
}
.mycontact .mycontact-box .mycontact-s1 ul li .mycontact-s1-desc p:first-child{
    width: 100%;
    font-size: 24px;
    color: #171717;
    font-weight: bold;
}
.mycontact .mycontact-box .mycontact-s1 ul li .mycontact-s1-desc p:last-child{
    font-size: 14px;
    color: #171717;
}
.mycontact .mycontact-box .mycontact-s2{
    display: flex;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-left{
    width: 70%;
    height: 482px;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-left .contact-map{
    width: 100%;
    height: 100%;
}
#dituContent{
    width: 100%;
    height: 100%;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-right{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    background-color: #0046aa;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-right .mycontact-s2-right-item{
    width: 288px;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-right .mycontact-s2-right-item img:nth-child(1){
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-right .mycontact-s2-right-item h2{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 15px 0 0 0;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-right .mycontact-s2-right-item small{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-right .mycontact-s2-right-item .mycontact-line{
    width: 36px;
    height: 2px;
    background-color: #fff;
    margin: 10px 0 0 0;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-right .mycontact-s2-right-item ul{
    padding: 20px 0 0 0;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-right .mycontact-s2-right-item ul li{
    display: flex;
    align-items: center;
    padding: 6px 0;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-right .mycontact-s2-right-item ul li img{
    width: 15px;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-right .mycontact-s2-right-item ul li label{
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    padding: 0 8px;
}
.mycontact .mycontact-box .mycontact-s2 .mycontact-s2-right .mycontact-s2-right-item ul li p{
    color: #fff;
    font-size: 14px;
}
/*mysingle*/
.mysingle{}
.mysingle .mysingle-content{
    padding: 60px 0 80px 0;
}
/*myproduct1*/
.myproduct1{
    padding: 60px 0 80px 0;
}
.myproduct1 .myproduct-box{}
.myproduct1 .myproduct-box .mynews-list{}
.myproduct1 .myproduct-box .mynews-list{
    width: 900px;
}
.myproduct1 .myproduct-box .mynews-list a{
    display: block;
    border-bottom: 1px #dedede solid;
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
}
.myproduct1 .myproduct-box .mynews-list .mynews-right-item{
    display: flex;
    justify-content: space-between;
}
.myproduct1 .myproduct-box .mynews-list .mynews-right-item .mynews-right-item-left{
    width: 75%;
}
.myproduct1 .myproduct-box .mynews-list .mynews-right-item .mynews-right-item-left h3{
    font-size: 18px;
    color: #474747;
    font-weight: bold;
    padding: 10px 0;
}
.myproduct1 .myproduct-box .mynews-list .mynews-right-item:hover .mynews-right-item-left h3{
    color: #0046aa;
}
.myproduct1 .myproduct-box .mynews-list .mynews-right-item .mynews-right-item-left p{
    font-size: 14px;
    color: #888888;
}
.myproduct1 .myproduct-box .mynews-list .mynews-right-item:hover .mynews-right-item-left p{
    color: #333;
}
.myproduct1 .myproduct-box .mynews-list .mynews-right-item .mynews-right-item-left span{
    display: block;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}
.myproduct1 .myproduct-box .mynews-list .mynews-right-item:hover .mynews-right-item-left span{
    color: #666;
}
.myproduct1 .myproduct-box .mynews-list .mynews-right-item .mynews-right-item-right{
    width: 200px;
}
.myproduct1 .myproduct-box .mynews-list .mynews-right-item .mynews-right-item-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.myproduct1 .myproduct-box .mynews-list .mynews-right-item:hover .mynews-right-item-right img{
    
}
/*news-detail-content*/
.myproduct-box .mynews-list .news-detail-content {
    padding: 0 18px;
}
.myproduct-box .mynews-list.news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.myproduct-box .mynews-list .news-detail-content .news-detail-title .h3 {
    font-size: 18px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 25px 0 25px 0;
    text-align: center;
}
.myproduct-box .mynews-list .news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    text-align: center;
}
.myproduct-box .mynews-list .news-detail-content .news-detail {
    padding: 20px 15px 30px;
}
.myproduct-box .mynews-list .news-detail-content .news-detail p {
    font-size: 14px;
    color: #595959;
    line-height: 24px;
}
.myproduct-box .mynews-list .news-detail-content .news-detail img {
    max-width: 100%;
    margin: 0 auto;
}
.myproduct-box .mynews-list .news-detail-content .newsPage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 12px;
    font-size: 15px;
    color: #323232;
    line-height: 30px;
    margin: 15px 0 30px;
}
.myproduct-box .mynews-list .news-detail-content .newsPage .page-a{

    width: 100%;
}
.myproduct-box .mynews-list .news-detail-content .newsPage .page-a a{
    color: #323232;
    border: none;
    margin: 0;
    padding: 0;
}
.myproduct-box .mynews-list .news-detail-content .newsPage .page-a a:hover {
    color: #237ed2;
}
/*mymessage*/
.mymessage .de-message {
    overflow: hidden;
    padding: 0 5px;
}
.mymessage .de-message .tips {
    font-size: 13px;
    line-height: 55px;
    color: #737373;
    text-align: center;
}
.mymessage .de-message .mes-form {
    overflow: hidden;
}
.mymessage .de-message .mes-form .form-tr {
    overflow: hidden;
}
.mymessage .de-message .mes-form .form-tr input {
    display: block;
    width: 97%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
}
.mymessage .de-message .mes-form .form-tr textarea {
    display: block;
    width: 97%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
}
.mymessage .de-message .mes-form .form-tr .code {
    overflow: hidden;
}
.mymessage .de-message .mes-form .form-tr .code input {
    width: 81%;
    float: left;
}
.mymessage .de-message .mes-form .form-tr .code .verify {
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
.mymessage .de-message .mes-form .form-tr .code .verify img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.mymessage .de-message .mes-form .form-tr .submit {
    margin: 15px 0 0 0;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0046aa;
    color: #fff;
    font-size: 15px;
    padding: 0;
}
.mymessage .de-message .mes-form .form-tr .submit:hover {
    background: #0058b1;
}
.mymessage .de-message .mes-form .form-tr .error {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
/*myinfo*/
.myinfo{
    padding: 60px 0 80px 0;
}
.myinfo .myinfo-header{
    display: flex;
}
.myinfo .myinfo-header .myinfo-header-left{
    width: 35%;
}
.myinfo .myinfo-header .myinfo-header-right{
    width: 65%;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item{}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul{}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li{
    margin: 0 0 30px 0;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .product-basic-info-item{
    line-height: 35px;
    margin: 10px 0px;
    font-size: 15px;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .product-basic-info-item strong{
    display: block;
    float: left;
    width: 80px;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .product-basic-info-item span{
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
    width: 600px;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .product-info-tel {
    width: 190px;
    height: 55px;
    background-color: #ef530f;
    flex-wrap: wrap;
    color: #fff;
    background-image: url(../myimages/tel_white.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding: 15px 30px 15px 70px;
    border-radius: 3px;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .product-info-tel label{
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: justify;
    text-align-last: justify;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .product-info-tel p{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .myinfo-more-btn{

    display: flex;

    gap: 30px;

    margin: 20px 0 0 0;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .myinfo-more-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 46px;
    background-color: #0046aa;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .myinfo-more-btn a img{
    margin: 0 6px;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .myinfo-more-btn a span{
    color: #fff;
    font-size: 14px;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .myinfo-more-btn a:first-child{
    transition: all 0.5s;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .myinfo-more-btn a:first-child:hover{
   background-color: #ef530f;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .myinfo-more-btn a:last-child{
    background-color: #ff9000;
}
.myinfo .myinfo-header .myinfo-header-right .myinfo-header-right-item ul li .myinfo-more-btn a:last-child:hover{
    background-color: #333;
}
.myinfo .myinfo-content{
    border-top: 1px #ddd solid;
    padding: 30px 10px 15px 10px;
}
.myinfo-content img{
    max-width: 90%;
    margin: 0 auto;
}
/*myproduct-list-pic1*/
.myproduct-list-pic1{
    height: 250px !important;
}
/*myproduct-list1*/
.myproduct-list1{
    padding: 0 0 0 0;
}
/*list-m*/
.list-m{
    width: 900px;
}
/*mysearch*/
.mysearch{}
.mysearch form{}
.mysearch form input{}
.mysearch form a{}
.mysearch form a img{}

/*newsPage*/
.newsPage{}
.newsPage .page-a{}
.newsPage .page-a{}
.newsPage .page-a a{}
/*no-goods*/
.no-goods,.no-network{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top:100px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  width: 100%;
  font-size:14px;
  color:#666666;
  line-height: 20px;
}
/*article-page*/
.article-page{
    width: 100%;
    padding: 0 0 0 25%;
}

